home *** CD-ROM | disk | FTP | other *** search
- Path: news.voicenet.com!news
- From: kobak@voicenet.com (Peter Kobak)
- Newsgroups: comp.lang.c++
- Subject: What is "void CAClass::CBClass::functionname()" ????
- Date: 29 Feb 1996 18:07:43 GMT
- Organization: Voicenet - Internet Access - (215)674-9290
- Message-ID: <4h4q1f$or7@news.voicenet.com>
- References: <leetn-2602961058380001@192.43.251.144>
- Reply-To: kobak@voicenet.com
- NNTP-Posting-Host: ivyland335.voicenet.com
- X-Newsreader: NeoLogic News for OS/2 [version: 4.5 YK Beta]
-
- In message <leetn-2602961058380001@192.43.251.144> -
- leetn@ccmail.apldbio.com tlee) writes:
-
- :> I saw this syntax first time in MSVC++, MFC 4.0 source code.
- :>They are all over the code relates to the OLE.
- :>
- :>Is this C++ standard or just some microsoftism?
-
- Defines a function "functionname" taking no arguments and returning
- void.
- The function was declared a member of class CBClass.
- CBClass was declared inside of class CAClass.
-
- Plain vanilla C++.
-
- ================
- Peter Kobak
- kobak@voicenet.com
-
-
-